Technote Number: 1177499
Problem:
This issue has been reported to Quality Engineering as SPR# JBIE63SMT7 and was
fixed in Notes/Domino 7.0.2.
Excerpt from the Lotus Notes and Domino Release 7.0.2 MR fix list (available at
http://www.ibm.com/developerworks/lotus):
Client UI
SPR# JBIE63SMT7 - Fixed a problem where "41222" was displayed in calendar
reservations after selecting an event, filtering by room and then selecting the
date picker.
Refer to the Upgrade Central site for details on upgrading Notes/Domino.
Two work around this issue in previous versions, use one of the following
methods:
Click on the "Sun" icon to the left of the date picker. The problem will not
recur until the client is restarted.
Add the following line to the end of the "View by Room or Resource (Action)" in
the $Calendar View of the Resource Reservation database and the problem will no
longer occur:
@command([CalendarGoTo];@Today)
Please note that when the line above is added, a semicolon must be added to the
line above it. For example:
@SetViewInfo([SetViewFilter];choice;"$23"; FALSE;1); <-- Add semicolon.
@command([CalendarGoTo];@Today) More >
|  |
|
|
|
|